plus Assign
inline operator fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.plusAssign(value: ByteString)
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Parameters
value
The adminKey to add.
inline operator fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.plusAssign(values: Iterable<ByteString>)
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Parameters
values
The adminKey to add.